EntityDAC

TEDValue Members

TEDValue class overview.

Properties

Name Description

AsAnsiString

Allows to get and set the value as AnsiString.

AsAnsiStringNullable

Allows to get and set the value as AnsiString or Null.

AsBCD

Allows to get and set the value as TBCD.

AsBcdNullable

Allows to get and set the value as TBCD or Null.

AsBoolean

Allows to get and set the value as Boolean.

AsBooleanNullable

Allows to get and set the value as Boolean or Null.

AsByte

Allows to get and set the value as Byte.

AsByteNullable

Allows to get and set the value as Byte or Null.

AsBytes

Allows to get and set the value as Bytes.

AsBytesNullable

Allows to get and set the value as Bytes or Null.

AsCurrency

Allows to get and set the value as Currency.

AsCurrencyNullable

Allows to get and set the value as Currency or Null.

AsDate

Allows to get and set the value as TDate.

AsDateNullable

Allows to get and set the value as TDate or Null.

AsDateTime

Allows to get and set the value as TDateTime.

AsDateTimeNullable

Allows to get and set the value as TDateTime or Null.

AsDouble

Allows to get and set the value as Double.

AsDoubleNullable

Allows to get and set the value as Double or Null.

AsExtended

Allows to get and set the value as Extended.

AsExtendedNullable

Allows to get and set the value as Extended or Null.

AsGUID

Allows to get and set the value as TGUID.

AsGUIDNullable

Allows to get and set the value as TGUID or Null.

AsInt64

Allows to get and set the value as Int64.

AsInt64Nullable

Allows to get and set the value as Int64 or Null.

AsInteger

Allows to get and set the value as Integer.

AsIntegerNullable

Allows to get and set the value as Integer or Null.

AsInterface

Allows to get and set the value as Interface.

AsLongWord

Allows to get and set the value as LongWord.

AsLongWordNullable

Allows to get and set the value as LongWord or Null.

AsObject

Allows to get and set the value as Object.

AsShortInt

Allows to get and set the value as ShortInt.

AsShortIntNullable

Allows to get and set the value as ShortInt or Null.

AsSingle

Allows to get and set the value as Single.

AsSingleNullable

Allows to get and set the value as Single or Null.

AsSmallInt

Allows to get and set the value as SmallInt.

AsSmallIntNullable

Allows to get and set the value as SmallInt or Null.

AsString

Allows to get and set the value as String.

AsStringNullable

Allows to get and set the value as String or Null.

AsTime

Allows to get and set the value as TTime.

AsTimeNullable

Allows to get and set the value as TTime or Null.

AsTimeStamp

Allows to get and set the value as TimeStamp.

AsTimeStampNullable

Allows to get and set the value as TimeStamp or Null.

AsUInt64

Allows to get and set the value as UInt64.

AsUInt64Nullable

Allows to get and set the value as UInt64 or Null.

AsVariant

Allows to get and set the value as Variant.

AsWideString

Allows to get and set the value as WideString.

AsWideStringNullable

Allows to get and set the value as WideString or Null.

AsWord

Allows to get and set the value as Word.

AsWordNullable

Allows to get and set the value as Word or Null.

AsXML

Allows to get and set the value as XML.

Methods

Name Description

Assign

Copies the value from Source.

CanBeNull

Returns True if the value can be set to Null; otherwise - False.

Clear

Sets the IsNull property to True

Clone

Creates a copy of TEDValue with the same data type and value.

CreateValue

Creates a new TEDValue instance with the specified data type.

DataType

Returns the type of the stored Value.

GetHashCode

Returns an integer containing the hash code.

IsNull

The property returns True if the value is Null; otherwise, the property returns False.

ToString

The method converts a value to string representation, so that it is suitable for display.
© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback